SetShowFlexOverlaysRequest

data class SetShowFlexOverlaysRequest(flexNodeHighlightConfigs: List<FlexNodeHighlightConfig>)

Represents request frame that can be used with Overlay#setShowFlexOverlays operation call.

See also

Constructors

SetShowFlexOverlaysRequest
Link copied to clipboard
fun SetShowFlexOverlaysRequest(flexNodeHighlightConfigs: List<FlexNodeHighlightConfig>)

Properties

flexNodeHighlightConfigs
Link copied to clipboard
val flexNodeHighlightConfigs: List<FlexNodeHighlightConfig>
An array of node identifiers and descriptors for the highlight appearance.

Sources

jvm source
Link copied to clipboard